SaveAsPng(String,Nullable<Rectangle>) Method
In This Topic
Saves the image into a file in PNG format.
Syntax
'Declaration
Public Overloads Sub SaveAsPng( _
ByVal As System.String, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void SaveAsPng(
System.string ,
System.Nullable<Rectangle>
)
Parameters
- path
- The output file path.
- clipRect
- Clipping rectangle of the image to be saved.
See Also